.h1-header{
      display: flex;
      justify-content: center;
      align-items: flex-end;
      color: lightgray;
      background-color: rgb(59, 125, 35);
      font-size: 50px;
      margin-top:80px;
      margin-bottom:80px;
      
    }
    .rebar-estimating-service{
      border: 8px, solid;
      border-color: lightgray;
      border-radius: 5px;
      padding-left: 20px;
      padding-right: 20px;


    }
    .company-info{
      display: flex;             /* Use flexbox for centering */
      justify-content: center;   /* Horizontal center */
      align-items: center;       /* Vertical center */  
      margin: 0 auto;
      height: 100%;
      margin: 0%;
    }

    .info-content{
      display: block;                
      height: 100%;
      font-size: 40px;
      color: lightgray;
      text-align: center;
      background-color: rgb(59, 125, 35);  
      margin: 0px   
    }

    .company-phone-number, .company-email{
      margin: 0px
    }
    .company-email{
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-decoration-color: rgb(163, 162, 162);
      text-underline-offset: 3px
      
    }
    .commitment-box{
      display: flex;             /* Use flexbox for centering */
      justify-content: center;   /* Horizontal center */
      align-items: center;       /* Vertical center */   
      margin-top: 30px;
      margin-bottom: 30px;
      overflow-wrap: break-word; /* Ensure long words wrap */
      word-wrap: break-word;     /* Older browser support */
    }
    .company-commitment{
      border-top: 2px solid;
      border-color: rgb(163, 162, 162);
      width: 575px;              /* Fixed width for demo */
      color: lightgray;
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 15px;
      margin-top: 0px;
      margin-bottom: 0px;
      text-align: center;
      font-size: 24px;
    }
